home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Resources / Mission5Strings.script < prev    next >
Text File  |  2002-07-03  |  1KB  |  43 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. //
  11. //  Mission strings
  12. //
  13.  
  14. class CClearVillageMission_Strings
  15. {
  16.  
  17.   final static array m_MissionObjectives = array(
  18.       "Osvobodit KolyÜev",
  19.       "NezniΦit p°i operaci civilnφ objekty"
  20.     );
  21.  
  22.   final static array m_BonusMissionObjectives = array(
  23.     );
  24.  
  25.   final static string str_StatisticsTitle      = "pokus: ";
  26.  
  27.   final static string str_EnemyDestroyedMsg    = "PoΦet zniΦen²ch objekt∙ protivnφka: ";
  28.   final static string str_CivilianDestroyedMsg = "PoΦet zniΦen²ch civilnφch objekt∙: ";
  29.  
  30.   final static array m_NavigationPoints = array(
  31.       "KolyÜev",
  32.       "MarÜevka",
  33.       "Gotovtsevo",
  34.       "Barinovo",
  35.       "Kamovo",
  36.       "Korzebino",
  37.       "OveÜkino",
  38.       "Gerasimovo",
  39.       "Ozerino"
  40.     );
  41. }
  42.  
  43.